home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / compress / arcid121.zip / HISTORY.DOC < prev    next >
Text File  |  1996-07-13  |  6KB  |  125 lines

  1.  
  2. ┌──────────────────────────────┐
  3. │                              │
  4. │  ╖────╖            ╖     ┐   │    Archive Identifier Revision History File
  5. │  ║    ║            ║     │   │
  6. │  ║────╢ ┐──┐ ┌──┐  ║ ┌───│   │      The following is a list of the most
  7. │  ║    ║ │    │     ║ │   │   │    recent changes made to the ARCID system
  8. │  ╜    ╜ ┘    └──┘  ╜ └───┘   │      by revision level, in reverse order.
  9. │                              │
  10. └──────────────────────────────┘
  11.  
  12.  
  13. * NOTE: If ARCID appears unable to identify some ARJ self-extracting archives,
  14.         this is not a limitation of ARCID, but bugs in ARJ versions 2.21, 2.21a
  15.         and 2.22.  The ARJ SFX signature was not inserted into the ARJ SFX
  16.         header, therefore no program relying on this signature (such as ARCID
  17.         and ULP) cannot detect ARJ SFXs created with these versions.  Versions
  18.         2.20 and 2.30+ correctly insert the signature.
  19.  
  20.  
  21. 1.21     - Strengthened ZIP signature detection to prevent programs with
  22. (7/13/96)  imbedded signatures (such as RAR's RCVT.EXE) from causing a false
  23.            positive.
  24.  
  25.            Upgraded Watcom C compiler to version 10.6 from 10.0b.
  26.  
  27. 1.20     - Added support for BMP (bitmap) files.  ARCID can detect Windows 3.x,
  28. (6/1/96)   OS/2 1.x and OS/2 2.x format BMP files.
  29.  
  30.            Added code to the DOS version of ARCID to release time slices under
  31.            OS/2, DESQview and Windows where appropriate.
  32.  
  33.            Adjusted the SFX detection code to properly detect InfoZIP's ZIP-
  34.            compatible self-extraction module.
  35.  
  36.            New registration information (change of address and a new credit
  37.            card registration site).
  38.  
  39. 1.15     - Modified registration information and re-released.
  40. (12/17/95)
  41.  
  42. 1.14     - If a small .EXE file that was not a self-extractor was being
  43. (11/4/95)  identified, ARCID could take several seconds to return "unknown
  44.            archiving format".  Fixed.
  45.  
  46. 1.13     - Added support for RAR archives, including RAR SFX archives.
  47. (10/14/95)
  48.            Adjusted the file identification routine to detect more recent (but
  49.            apparently not publicly released) versions of WinZIPSE.
  50.  
  51. 1.12     - Adjusted the ZIP SFX detection to identify self-extractors created
  52. (4/16/95)  with the new WinZipSE utility.
  53.  
  54. 1.11     - Fixed a minor bug in the new startup routines, and since it will
  55. (2/4/95)   probably be awhile before the next release I decided to go ahead
  56.            and release it now.
  57.  
  58. 1.10     - Changed compilers from Borland C++ 3.1 to Watcom C/C++ 10.0.  This
  59. (1/29/95)  has allowed me to produce a native 32-bit OS/2 version of ARCID, for
  60.            those users who run under OS/2 version 2.0 and later.
  61.  
  62.            ARCID now uses a registration key file instead of the registration
  63.            code branded into the executable (OS/2 won't permit a program to
  64.            brand itself, at least I couldn't find a way to do it <g>).  If you
  65.            have already registered ARCID, you are entitled to a key file
  66.            without re-registering ARCID.  Since I now live in Swedem, the only
  67.            means I have of providing new key files is via Internet, and I
  68.            require that we use PGP to protect the key files in transit.  Send
  69.            me your public PGP key and I'll generate and encrypt a key file for
  70.            you.
  71.  
  72.            Removed the beep that ARCID produced on error.  Since this program
  73.            is designed to run more or less unattended, what's the point?
  74.  
  75. 1.07     - Enclosed new registration and support information.  Refer to the
  76. (12/20/94) enclosed !NOTICE! file for more information.
  77.  
  78. 1.06     - Added support for signature detection of JPEG/JFIF files.  Use the
  79. (12/2/94)  extension "JPG" on the ARCID command line to enable detection of
  80.            JPEG/JFIF files in your batch files, etc. that utilize ARCID.
  81.  
  82.            Removed the PAK SFX detection code, as it was producing occasional
  83.            false detections of normal executables.  Due to the design of PAK,
  84.            just 1 byte is used to identify a SFX which is simply too unreliable
  85.            for production use.
  86.  
  87. 1.05     - On a few systems, ARCID would appear to go out to lunch during the
  88. (2/4/94)   beg screen delay.  It seemed most prevalent on DESQview systems that
  89.            removed the time slices from the timer's looping, and could freeze
  90.            the system.  Fixed by changing to a less CPU-intensive timing
  91.            function.
  92.  
  93. 1.04     - It appears I was overzealous in my attempts to not falsely detect an
  94. (12-4-93)  ARC format archive, and was not recognizing some valid ARC archives.
  95.            Fixed.
  96.  
  97. 1.03     - ARCID was unable to automatically identify PKZIP 2.04? self-
  98. (5-9-93)   extracting archives created with the -j switch (SFX junior). Fixed.
  99.  
  100.            Added a sample SLOWDRV.BAT file for use in conjunction with PCBoard
  101.            version 15.0.
  102.  
  103. 1.02     - The self-extracting archive detection routine could intermittently
  104. (12-22-92) fail depending on the location of the archive signature. Fixed.
  105.  
  106. 1.01     - ARCID is now capable of autmatically identifying SQZ and SQZ self-
  107. (12-16-92) extracting archives. Just add "SQZ" (no quotes) to your ARCID
  108.            command line extension list and trap the appropriate DOS errorlevel.
  109.  
  110.            The screen-clearing code has been removed for better aesthetics when
  111.            called from other programs or batch files.
  112.  
  113.            Increased the scanning range, improving it's reliability for archive
  114.            identification.
  115.  
  116. 1.00     - The archive identification routine has been strengthened to reduce
  117. (9-18-92)  false identifications.
  118.  
  119.            Salt Air (PCBoard Support BBS) has granted me an ULP support
  120.            conference on their system. It is conference #42, and I will be
  121.            monitoring it at least twice per week. You can get support for ARCID
  122.            as well there.
  123.  
  124. 0.93ß and 0.94ß - Initial beta test releases.
  125.